ES6基礎之——解構對象Object Destructuring 使用解構這種語法我們可以解構對象 例子: function breakfast(){ return {dessert:'cake',drink:'tea',fr ...